PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

Alert Icon Constants

Icon Services defines constants for a number of standard alert icons. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.

enum {
    kAlertNoteIcon                  = FOUR_CHAR_CODE('note'),
    kAlertCautionIcon               = FOUR_CHAR_CODE('caut'),
    kAlertStopIcon                  = FOUR_CHAR_CODE('stop')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)